New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@typeheim/fire-rx

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typeheim/fire-rx

Firebase authentication library

  • 0.0.0-beta-4
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-75%
Maintainers
1
Weekly downloads
 
Created

#FireRx

RxJS extension that provides async capabilities to subjects

import { FireReplaySubject } from '@typeheim/fire-rx'


let subject = new FireReplaySubject<number>(1)

subject.next(5)
await subject // returns 5

subject.next(6)
await subject // returns 6

FAQs

Package last updated on 21 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts